Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / MultiScalingBitmapManager Class / MultiScalingBitmapManager Constructor / MultiScalingBitmapManager Constructor(Dictionary<Single,Bitmap>)
The specified scale versions of the Bitmap.


In This Topic
    MultiScalingBitmapManager Constructor(Dictionary<Single,Bitmap>)
    In This Topic
    Initializes the MultiScalingBitmapManager object. The manager would create the getting request Bitmap by scaling from the existing specified scaling versions of the Bitmap.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal bitmapDict As Dictionary(Of Single,Bitmap) _
    )
    'Usage
     
    
    Dim bitmapDict As Dictionary(Of Single,Bitmap)
     
    Dim instance As New MultiScalingBitmapManager(bitmapDict)
    public MultiScalingBitmapManager( 
       Dictionary<float,Bitmap> bitmapDict
    )

    Parameters

    bitmapDict
    The specified scale versions of the Bitmap.
    See Also